{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "btn-creative-top", "type": "registry:component", "dependencies": [ "lucide-react" ], "devDependencies": [], "registryDependencies": [], "files": [ { "path": "./registry/components/button/btn-creative-top.tsx", "content": "import { ArrowBigRight, ArrowRight } from 'lucide-react';\r\nimport React from 'react';\r\n\r\nfunction ButtonCreativeTop() {\r\n return (\r\n <>\r\n
\r\n \r\n Our Work\r\n \r\n
\r\n Our Work\r\n
\r\n
\r\n \r\n );\r\n}\r\n\r\nexport default ButtonCreativeTop;\r\n", "type": "registry:component" } ] }